ComponentOne Data Source for Entity Framework
C1.Data Namespace / PagingView<T> Class / PageIndex Property

In This Topic
    PageIndex Property (PagingView<T>)
    In This Topic
    Gets or sets the index of the current page.
    Syntax
    'Declaration
     
    
    Public Property PageIndex As System.Integer
    public System.int PageIndex {get; set;}
    Remarks
    Setting this property value to an invalid value is ignored. A value is invalid if it is less than 0 or greater or equal to PageCount. If there are no items in this view, the only valid value for this property is 0.
    See Also